vector_rotate_3d_vector
Syntax:
vector_rotate_3d_vector(vector, normal, radians)
Arguments:
| Argument Name | Type | Description |
|---|---|---|
| vector | vector3 | vector to rotate |
| normal | vector3 | vector to rotate around |
| radians | real | amount to rotate around vector |
Returns: (vector3)
Description:
Loading page...
